home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / V12N10.ZIP;1 / PATHS.ZIP / PATHS.MAK < prev   
Encoding:
Text File  |  1993-03-18  |  294 b   |  13 lines

  1. #---------------------
  2. # PATHS.MAK make file
  3. #---------------------
  4.  
  5. paths.exe : paths.obj olfdemo.obj olfdemo.def
  6.      link386 /BASE:0x10000 paths olfdemo,, NUL,, olfdemo
  7.  
  8. paths.obj : paths.c
  9.      icc -C -Kbcpr -Ss paths.c
  10.  
  11. olfdemo.obj : olfdemo.c
  12.      icc -C -Kbcpr -Ss olfdemo.c
  13.